home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0131.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  2.1 KB  |  61 lines

  1. At 02:26 AM 4/16/97 +1200, Laurie Curwood wrote:
  2. >If anyone is interested, I have almost finished coding a Multi Plot 
  3. >command, to add to my Falcon Extension (Available from my web page, read
  4. >a previous message). This command has the following capabilites:
  5.  
  6. Oooh, about time someone did one.
  7.  
  8.  
  9. >Okay. I know you could optomise that multiplication, and change the plot
  10. >command for F Plot, Turbo Plot, Falcon Plot or whatever, but that is not the
  11. >point! Using the Multi Plot command, it would be like this:
  12. >
  13. >For Y=0 to 31
  14. >   Multi Plot X,Y,32,S+Y*32
  15. >Next Y
  16. >
  17. >Advantages of this method:
  18. >
  19. >* Less code = easier to read.
  20. >* Don't have to worry about optomisation.
  21. >* Since you only call the command once (per line), it only has to find the
  22. >screen address once, only has to work out where to start from once, etc.
  23. >Rather than 32 times. This simple fact alone, triples the speed!!!!!
  24. >
  25. >Interested? Good. It will be available VERY SHORTLY! First, though, I want to
  26. >know what features you think I should put in it! (Nothing too difficult). Tell
  27. >me if it is worth making the same command, but going down instead of accross
  28. >etc. And what you think the syntax should be.
  29.  
  30. One or 2 points. It would be nice to do like MultiplotH or MultiplotV for
  31. both horizontal and vertical, and also, it would be nice to have another
  32. parameter, like S, for STEP in points between each dot it makes, as im sure
  33. that not everyone wants the points next to each other all the time. For example
  34.  
  35. For Y=0 to 31
  36.    Multi Plot X,Y,32,S+Y*32,16
  37. Next Y
  38.  
  39. And before execution, the extension works out where the points should be
  40. placed equally.
  41.  
  42. Hope this helps
  43.  
  44. Mush
  45.  
  46.   --------******( Extreme AMOS )******--------
  47.  
  48. The best AMOS homepages around, full of downloads, and my AMOS disk
  49. magazine. Order games and utilities  directly from the library, for FREE.
  50.  
  51.           See my homepages at http://www.mushy-pd.demon.co.uk or
  52. http://members.tripod.com/~mushypd for more information.
  53.  
  54.       Email: mpd@mushy-pd.demon.co.uk      mpd@computer4u.com
  55.                                   mushy_pd@hotmail.com
  56.  
  57.                    Look for Mush now on IPhone in AMOS!!
  58.                               ICQ No. - 778243 (talk to me!!)
  59.  
  60.  
  61.